TABLE.ENUM_SESSION_OPEN Function

Syntax

Table_List as C = Enum_Session_Open([C format])

Arguments

Table_List

A character string containing information about open tables.

format

Optional.

"N" = Table name.
"F" = Path and filename.
"S" = Handle

Description

Enumerate all open tables in the current session.

Discussion

The TABLE.ENUM_OPEN() method returns a character string containing information about tables open in the current session.

Example

? table.enum_session_open("F"+crlf())
= C:\PROGRAM FILES\A5V6\NULL.DBF
C:\DATABASES\ALPHASPORTS\CUSTOMER.DBF

See Also